GtkScrolledWindow: Check proximity on both indicators on grab-end leave events
authorCarlos Garnacho <carlosg@gnome.org>
Mon, 14 Mar 2016 18:13:05 +0000 (19:13 +0100)
committerCarlos Garnacho <carlosg@gnome.org>
Mon, 14 Mar 2016 18:18:14 +0000 (19:18 +0100)
commit2173b6d483bb8f44e6003e393bba7080981e84a7
treeeff5f8af51ab8ede1d89f4192eeb5abdb79dae1a
parentbaab1ebcc14a6c717da3f09cb87eeee697e25ab1
GtkScrolledWindow: Check proximity on both indicators on grab-end leave events

The implicit grab may be finished so the pointer lies on top of the other
scrollbar, in this case one scrollbar should lose the hovering state, and
the other should gain it. So we must check for proximity in both indicators.
gtk/gtkscrolledwindow.c